home *** CD-ROM | disk | FTP | other *** search
/ Amoszine 4 / Amoszine 4 (Disk 2 of 3).adf / Intuition_Procs / intui.lha / _CLEARSCREEN.Amos / _CLEARSCREEN.amosSourceCode
AMOS Source Code  |  1992-02-26  |  121b  |  7 lines

  1. Procedure _CLEARSCREEN[_IS]
  2.    
  3.    Areg(1)=_IS+84 : Rem     -- Rastport in A1      
  4.    
  5.    NULL=Gfxcall(-48)
  6.    
  7. End Proc